1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
6 <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
7 <ProjectGuid>{28de026b-b605-492c-9667-53185b48cf69}</ProjectGuid>
8 <OutputPath>.</OutputPath>
9 <OutputType>Library</OutputType>
10 <AssemblyName>PresentationFramework.Classic</AssemblyName>
11 <UseVSHostingProcess>False</UseVSHostingProcess>
12 <NoStdLib>True</NoStdLib>
13 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
14 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
15 <DefineConstants>CODE_ANALYSIS_BASELINE;THEME_CLASSIC;TRACE;RETAIL;WIN32</DefineConstants>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
22 <ProjectReference Include="..\ndp\clr\src\BCL\mscorlib.csproj">
23 <Project>{a72657be-225c-4239-956e-ee2a30893b41}</Project>
26 <ProjectReference Include="PresentationCore.csproj">
27 <Project>{25bd24d1-968d-4797-96cf-5e2895e16510}</Project>
28 <Name>PresentationCore</Name>
30 <ProjectReference Include="PresentationFramework.csproj">
31 <Project>{b5b08386-66f4-42ed-8387-304cf7980fb7}</Project>
32 <Name>PresentationFramework</Name>
34 <ProjectReference Include="..\NDP\fx\src\System.csproj">
35 <Project>{20c75c70-c8b6-4dfb-a4e5-16d09099776d}</Project>
38 <ProjectReference Include="WindowsBase.csproj">
39 <Project>{e8cc5cf6-6385-40cd-b97a-23ad52c4e9e8}</Project>
40 <Name>WindowsBase</Name>
44 <Reference Include="PresentationUI" />
45 <Reference Include="System.Xaml" />
46 <Reference Include="UIAutomationProvider" />
47 <Reference Include="UIAutomationTypes" />
50 <Compile Include="src\Shared\RefAssemblyAttrs.cs" />
51 <Compile Include="src\Themes\Shared\AssemblyAttributes.cs" />
52 <Compile Include="src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs" />
53 <Compile Include="src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs" />
54 <Compile Include="src\Themes\Shared\Microsoft\Windows\Themes\PlatformCulture.cs" />
55 <Compile Include="src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs" />
56 <Compile Include="src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs" />
57 <Compile Include="src\Themes\Classic\Microsoft\Windows\Themes\ClassicBorderDecorator.cs" />
58 <Compile Include="src\Themes\Classic\Microsoft\Windows\Themes\DataGridHeaderBorder.cs" />
59 <Compile Include="Test\Common\FxCop\Suppression\Classic\Security.cs" />
61 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />